home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMEXPAND / TFORMEXPAND.txt
Encoding:
Text File  |  2002-10-07  |  1.9 KB  |  111 lines

  1. object FormExpand: TFormExpand
  2.   Left = 196
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Enlarge Canvas'
  6.   ClientHeight = 142
  7.   ClientWidth = 308
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 289
  21.     Height = 85
  22.     Shape = bsFrame
  23.   end
  24.   object LabelWidth: TLabel
  25.     Left = 20
  26.     Top = 28
  27.     Width = 30
  28.     Height = 12
  29.     Caption = '&Width:'
  30.     FocusControl = Edit1
  31.   end
  32.   object LabelHeight: TLabel
  33.     Left = 164
  34.     Top = 28
  35.     Width = 35
  36.     Height = 12
  37.     Caption = '&Height:'
  38.     FocusControl = Edit2
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 64
  42.     Top = 24
  43.     Width = 61
  44.     Height = 20
  45.     TabOrder = 0
  46.     Text = '1'
  47.   end
  48.   object UpDownWidth: TUpDown
  49.     Left = 125
  50.     Top = 24
  51.     Width = 15
  52.     Height = 20
  53.     Associate = Edit1
  54.     Min = 1
  55.     Max = 20000
  56.     Position = 1
  57.     TabOrder = 1
  58.     Thousands = False
  59.     Wrap = False
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 208
  63.     Top = 24
  64.     Width = 61
  65.     Height = 20
  66.     TabOrder = 2
  67.     Text = '1'
  68.   end
  69.   object UpDownHeight: TUpDown
  70.     Left = 269
  71.     Top = 24
  72.     Width = 15
  73.     Height = 20
  74.     Associate = Edit2
  75.     Min = 1
  76.     Max = 20000
  77.     Position = 1
  78.     TabOrder = 3
  79.     Thousands = False
  80.     Wrap = False
  81.   end
  82.   object CheckCenter: TCheckBox
  83.     Left = 64
  84.     Top = 60
  85.     Width = 185
  86.     Height = 17
  87.     Caption = '&Center'
  88.     TabOrder = 4
  89.   end
  90.   object Button1: TButton
  91.     Left = 140
  92.     Top = 103
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 5
  99.   end
  100.   object btnCancel: TButton
  101.     Left = 221
  102.     Top = 103
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 6
  109.   end
  110. end
  111.